Revert 22900:a0ef80c99264
authorKeir Fraser <keir@xen.org>
Mon, 14 Feb 2011 09:05:14 +0000 (09:05 +0000)
committerKeir Fraser <keir@xen.org>
Mon, 14 Feb 2011 09:05:14 +0000 (09:05 +0000)
The check it adds is already present in the function's sole caller.

Signed-off-by: Keir Fraser <keir@xen.org>
xen/arch/x86/hpet.c

index 0df678842fa6cff60d3dc4ce735a52972333397a..d27a4d1c02693a604325f5b6a93fce8bc53ce148 100644 (file)
@@ -557,9 +557,6 @@ void hpet_broadcast_init(void)
     u32 hpet_id, cfg;
     int i;
 
-    if ( boot_cpu_has(X86_FEATURE_ARAT) )
-        return;
-
     if ( irq_channel == NULL )
     {
         irq_channel = xmalloc_array(int, nr_irqs);